home *** CD-ROM | disk | FTP | other *** search
/ Clickx 23 / Clickx 23.iso / Menu.dcr / 00005_openen popup.ls < prev    next >
Encoding:
Text File  |  2005-09-14  |  185 b   |  10 lines

  1. on exitFrame
  2.   if the platform contains "Windows" then
  3.     window().new("info")
  4.     window("info").type = #dialog
  5.     window("info").open()
  6.   else
  7.     open(window("info"))
  8.   end if
  9. end
  10.